//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "view
tickets",
tixUrl : "http://www.ticketnetwork.com/tix/",
trackingParams : "",
custLink : true,
//depricated
kbid : "",
//Overwrittable functions
trackingLink :"",
CreateCustomUrl : function(row) {
return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx";
},
CreateEventRow : function(row, isAlt) {
return "
" +
row[0] +" | " +
row[1] +" " +
row[2] +" | " +
row[3] +" " +
row[4] + " " +
row[5] + " | "+ this.linkText+ " |
";
},
AddCss: function(cssUrl) {
var fileref=document.createElement("link");
fileref.setAttribute("rel", "stylesheet");
fileref.setAttribute("type", "text/css");
fileref.setAttribute("href", cssUrl);
document.getElementsByTagName("head")[0].appendChild(fileref);
},
CreateTable : function(eventData,kywrds,url) {
if(typeof(TN_SetWidgetOptions) == "function")
TN_SetWidgetOptions();
//for backwards compatability
if(this.kbid != "")
this.trackingParams = "?img=249&kbid="+this.kbid;
var newTable = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = '' + newTable.join('') + '
';
} else
document.write('' + newTable.join('') + '
');
if(eventData.length >= 100 && kywrds != undefined) {
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML += '';
} else {
document.write("");
}
}
if(eventData.length > 0) {
document.getElementById("previewNote").style.display = "none";
}
}
};
}();
//BPW-TNSERV-01A
TN_Widget.CreateTable([['Macy Gray','Bing Crosby Theater','Spokane, WA','Friday','7/18/2025','8:00 PM','7049987','Macy-Gray-7-18-2025'],['Tab Benoit','Bing Crosby Theater','Spokane, WA','Saturday','7/19/2025','7:30 PM','7085084','Tab-Benoit-7-19-2025'],['Bohemian Queen - A Theatrical Tribute To Queen','Bing Crosby Theater','Spokane, WA','Friday','7/25/2025','8:00 PM','7231010','Bohemian-Queen---A-Theatrical-Tribute-To-Queen-7-25-2025'],['Taj Mahal','Bing Crosby Theater','Spokane, WA','Tuesday','8/5/2025','8:00 PM','7141098','Taj-Mahal-8-5-2025'],['The Trouble With Angels: Jane Lynch & Kate Flannery','Bing Crosby Theater','Spokane, WA','Tuesday','9/9/2025','8:00 PM','7141099','The-Trouble-With-Angels--Jane-Lynch---Kate-Flannery-9-9-2025'],['Hot Tuna','Bing Crosby Theater','Spokane, WA','Thursday','9/11/2025','7:30 PM','7073219','Hot-Tuna-9-11-2025'],['America's Diamond - Neil Diamond Tribute','Bing Crosby Theater','Spokane, WA','Saturday','9/13/2025','7:30 PM','7085086','America-s-Diamond---Neil-Diamond-Tribute-9-13-2025'],['Piano Men: Generations - Tribute to Billy Joel & Elton John','Bing Crosby Theater','Spokane, WA','Sunday','9/14/2025','3:00 PM','7085087','Piano-Men--Generations---Tribute-to-Billy-Joel---Elton-John-9-14-2025'],['Felipe Esparza','Bing Crosby Theater','Spokane, WA','Friday','9/26/2025','7:00 PM','7171799','Felipe-Esparza-9-26-2025'],['Demetri Martin','Bing Crosby Theater','Spokane, WA','Friday','10/3/2025','8:00 PM','7085089','Demetri-Martin-10-3-2025'],['Paper Flowers - Tribute to Fleetwood Mac','Bing Crosby Theater','Spokane, WA','Saturday','10/11/2025','8:00 PM','6992397','Paper-Flowers---Tribute-to-Fleetwood-Mac-10-11-2025'],['Journey Escape and Frampton Comes Alive: Rock Legends Tribute Show','Bing Crosby Theater','Spokane, WA','Saturday','10/18/2025','7:30 PM','7113206','Journey-Escape-and-Frampton-Comes-Alive--Rock-Legends-Tribute-Show-10-18-2025'],['Choir! Choir! Choir!','Bing Crosby Theater','Spokane, WA','Friday','10/24/2025','8:00 PM','7113205','Choir--Choir--Choir--10-24-2025'],['Hotel California - Eagles Tribute','Bing Crosby Theater','Spokane, WA','Tuesday','10/28/2025','7:30 PM','7214712','Hotel-California---Eagles-Tribute-10-28-2025'],['Leslie Jones','Bing Crosby Theater','Spokane, WA','Saturday','11/22/2025','8:00 PM','7265458','Leslie-Jones-11-22-2025'],['Jim Brickman','Bing Crosby Theater','Spokane, WA','Sunday','11/23/2025','7:00 PM','7187619','Jim-Brickman-11-23-2025']],'Bing Crosby Theater','http://www.ticketnetwork.com/ticket/Bing-Crosby-Theater-events.aspx');